Re: vacuum full question. - Mailing list pgsql-novice

From M. Bastin
Subject Re: vacuum full question.
Date
Msg-id a06020400bcac60d82186@[192.168.0.101]
Whole thread Raw
In response to vacuum full question.  (Michael Guerin <guerin@rentec.com>)
Responses Re: vacuum full question.
List pgsql-novice
The general principle is that any transaction that is being canceled
is fully lost and the database remains in the same state as before
the transaction was started.

I don't know the pgsql internals but I don't see why this shouldn't
be the case for a VACUUM too.

Marc

At 1:23 PM -0400 4/21/04, Michael Guerin wrote:
>What happens when a vacuum full is canceled?  Is any of the
>completed work retained, or is everything lost?
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


pgsql-novice by date:

Previous
From: Michael Guerin
Date:
Subject: vacuum full question.
Next
From: Michael Guerin
Date:
Subject: Re: vacuum full question.